################################################################################
# ԶɵļҪ༭
################################################################################

-include ../makefile.init

RM := rm -rf

# All of the sources participating in the build are defined here
-include sources.mk
-include subdir.mk
-include objects.mk

-include ../makefile.defs

# Add inputs and outputs from these tool invocations to the build variables 

# Ŀ
all: ʪKF8TS2508_16M_SOP14_1.7M_0525(ˮλ).hex

# ߵ
ʪKF8TS2508_16M_SOP14_1.7M_0525(ˮλ).hex: $(OBJS) $(USER_RELS)
	@echo 'ڹĿ꣺ $@'
	@echo 'ڵã C Project Linker Release'
	kf8link -O3 -c -m libkf8v2.lib KF8TS2508.lib KF8_Touch_Fun.lib -s"C:/ChipONCC/kfl/KF8TS2508.kfl" -o "ʪKF8TS2508_16M_SOP14_1.7M_0525(ˮλ).hex" $(OBJS) $(USER_RELS) $(LIBS)
	@echo 'ѽĿ꣺ $@'
	@echo ' '

# Ŀ
clean:
	-$(RM) $(OBJS)$(EXECUTABLES) ʪKF8TS2508_16M_SOP14_1.7M_0525(ˮλ).hex
	-@echo ' '

.PHONY: all clean dependents
.SECONDARY:

-include ../makefile.targets
